go/types.Checker.typeList (method)

4 uses

	go/types (current package)
		call.go#L24: 	targs := check.typeList(ix.Indices)
		call.go#L187: 		targs = check.typeList(xlist)
		typexpr.go#L420: 	targs := check.typeList(ix.Indices)
		typexpr.go#L541: func (check *Checker) typeList(list []ast.Expr) []Type {